Class sjl.wrappers.PredGreaterFloat
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.PredGreaterFloat

java.lang.Object
   |
   +----sjl.wrappers.PredGreaterFloat

public class PredGreaterFloat
extends Object
implements Predicate2
PredGreaterFloat is a predicate object designed for comparing objects of type Float for relative ordering using the > operator.

Copyright © 1996 Finn Bock


Constructor Index

 o PredGreaterFloat()

Method Index

 o compare(Object, Object)
Convert the arguments to Float and compare the return values from the floatValue() method using the > operator.

Constructors

 o PredGreaterFloat
  public PredGreaterFloat()

Methods

 o compare
  public boolean compare(Object o1,
                         Object o2)
Convert the arguments to Float and compare the return values from the floatValue() method using the > operator.

All Packages  Class Hierarchy  This Package  Previous  Next  Index